.menu--fale-com-sac {
    max-width: 360px;
    background: #ffffff;
    box-sizing: border-box;
    box-shadow: 0px 30px 40px rgba(0, 0, 0, 0.05);
}

.menu--title--icon {
    width: 36px;
    height: 36px;
    margin-right: 7px;
}

.menu--title--text {
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    color: #787878;
    margin: 0;
}

.materia .menu--title--text {
    font-size: 15px !important;
}

.btn--acessar:hover,
.btn--acessar:active,
.btn--acessar:visited,
.btn--acessar:link,
.btn--acessar-with-icon:hover,
.btn--acessar-with-icon:active,
.btn--acessar-with-icon:visited,
.btn--acessar-with-icon:link {
    text-decoration: none;
    color: #ffffff;
}

.btn--acessar-with-icon {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    width: 136px;
    height: 37px;
    border-radius: 8px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #ffffff;
    text-decoration: none;
}

.btn--acessar-with-icon::after {
    content: url(../assets/svg/bxs_down-arrow-w.svg);
    width: 12px;
    height: 12px;
    margin: 0 5px;
    padding-bottom: 17px;
}

.rotate--arrow.btn--acessar-with-icon::after {
    transform: rotate(180deg);
}

.separator--line {
    max-width: 318px;
    height: 0px;
    margin: 7px auto;
}

.btn--close {
    display: block;
}

.btn--open {
    display: none;
}

form.estados {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 1199px) {
    .menu--fale-com-sac {
        margin-bottom: 20px !important;
    }
    .mapa-do-brasil {
        margin-bottom: 20px !important;
    }
    .mapa-do-brasil .map-center .map-holder .box-cinza {
        top: 155px !important;
        left: 155px !important;
    }
}

@media screen and (max-width: 992px) and (min-width: 767px) {
    .mapa-do-brasil .map-center .map-holder .box-cinza {
        top: 320px !important;
        left: 300px !important;
    }
}

@media screen and (max-width: 767px) {
    .mapa-do-brasil .map-center .map-holder .box-cinza {
        top: 230px !important;
        left: 230px !important;
    }
}

@media screen and (max-width: 360px) {
    .mapa-do-brasil .map-center .map-holder .box-cinza {
        top: 217px !important;
        left: 190px !important;
    }
}

@media screen and (max-width: 320px) {
    .mapa-do-brasil .map-center .map-holder .box-cinza {
        top: 192px !important;
        left: 164px !important;
    }
}
